'Hello, World!';
throw new Exception();
return $newLine;
]]>
'Hello, World!';
throw new Exception();
return
$newLine;
]]>
from [1, 2, 3];
}
]]>
from [1, 2, 3];
yield
from [1, 2, 3];
}
]]>